bitkeeper revision 1.1159.1.251 (4177ab4bJCcADrZwbQl9Rz-Cngn66Q)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Thu, 21 Oct 2004 12:27:55 +0000 (12:27 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Thu, 21 Oct 2004 12:27:55 +0000 (12:27 +0000)
Remove fbvt doc references.

docs/user.tex
docs/xend.tex

index c8755b70d7055b96d6ba0e898cb410edb955b350..e581c3a30e8176bdf20a0a38c55821120b7d8d01 100644 (file)
@@ -869,8 +869,6 @@ The available commands are as follows:
 \item[pincpu] Pin a domain to a CPU.
 \item[bvt] Set BVT scheduler parameters for a domain.
 \item[bvt\_ctxallow] Set the BVT context switching allowance for the system.
-\item[fbvt] Set the FBVT scheduler parameters for a domain.
-\item[fbvt\_ctxallow] Set the FBVT context switching allowance for the system.
 \item[atropos] Set the atropos parameters for a domain.
 \item[rrobin] Set the round robin time slice for the system.
 \item[info] Get information about the Xen host.
@@ -896,11 +894,6 @@ The available commands are as follows:
                            operating system structure, rather than
                            specifically to run multiple conventional OSs.
 
-\item[FBVT]                A derivative of the { \bf BVT } scheduler that
-                           aims to give better fairness performance to IO
-                           intensive domains in competition with CPU
-                           intensive domains.
-
 \item[Domain]              A domain is the execution context that
                            contains a running { \bf virtual machine }.
                            The relationship between virtual machines
@@ -1046,7 +1039,7 @@ will provide a higher-level interface to these tools.
 
 BVT provides proportional fair shares of the CPU time.  It has been
 observed to penalise domains that block frequently (e.g. IO intensive
-domains), so the FBVT derivative has been included as an alternative.
+domains), but this can be compensated by using warping. 
 
 \subsection{Global Parameters}
 
index ec62af5e114f07d4798d0a9c342b19fd3c92fe6f..14b2fc37e511f97061d9c8c0be7bc6caea5890d0 100644 (file)
@@ -342,10 +342,6 @@ Python client interface in {\tt xen.xend.XendClient}.
   {\tt xend\_domain\_cpu\_bvt\_set(dom, mcuadv, warp, warpl, warpu)}:\\
   Set BVT scheduler parameters.
 
-\item {\tt POST /domain/[dom] fbvt\_set(mcuadv, warp, warpl, warpu)},\\
-  {\tt xend\_domain\_cpu\_fbvt\_set(dom, mcuadv, warp, warpl, warpu)}:\\
-  Set FBVT scheduler parameters.
-
 \item {\tt POST /domain/[dom] atropos\_set(period, slice, latency, xtratime)},\\
   {\tt xend\_domain\_cpu\_atropos\_set(dom, period, slice, latency, xtratime)}:\\
   Set atropos scheduler parameters.